home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / windows / pcbrd.zip / README.TXT < prev   
Text File  |  1992-06-27  |  776b  |  19 lines

  1. This script was written to provide the ability to automatically log onto
  2. a bulletin board running the PCBoard BBS software. One of my goals in
  3. writing it was to allow for the prompts to occur in any sequence, and be
  4. repeated any number of times (or not at all). To do this, I developed a
  5. technique for circumventing Windows ASPECT's limitation of 3 active
  6. 'when target index string' statements at any one time.
  7.  
  8. If you want to modify the script to add responses for prompts that are
  9. not already provided for, all you need to do is insert a new
  10. case/endcase pair inside the switch loop in the getprompt proc, and
  11. place any statements that are necessary in response to the prompt in
  12. between the newly added case/endcase.
  13.  
  14. Enjoy.
  15.  
  16. Jeff Thomson
  17. CIS: 71460,3222
  18.  
  19.